To permanently disable SELinux, follow the procedure below: Configure SELINUX=disabled in the /etc/selinux/config file: # This file controls the state of ...
Disabling SELinux Open the /etc/selinux/config file in a text editor of your choice, for example: # vi /etc/selinux/config. Configure the SELINUX=disabled option: # This file controls the state of SELinux on the system. # ... Save the chan
If you want to disable SELinux, you need to edit /etc/selinux/config and change the SELINUX line to disabled. You will then need to reboot the machine, since ...
In this how-to guide, we shall walk through steps you can follow to check the status of SELinux and also disable SELinux in CentOS/RHEL and Fedora, in case it ...